﻿
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=480px,user-scalable=no" />
    <title>404错误-贵州中铝铝业有限公司</title>

    <style type="text/css">

        * {
            margin: 0;
            padding: 0
        }

        body {
            font: 14px/1.5 'Microsoft YaHei','微软雅黑',Helvetica,Sans-serif;
            background: #f0f1f3;
        }

        :focus {
            outline: 0
        }

        h1, h2, h3, h4, h5, h6, strong {
            font-weight: 700
        }

        a {
            color: #428bca;
            text-decoration: none
        }

            a:hover {
                text-decoration: underline
            }

        .error-page {
            background: #f0f1f3;
            padding: 80px 0 0 0
        }

        .error-page-container {
            position: relative;
            z-index: 1
        }

        .error-page-main {
            position: relative;
            background: #f9f9f9;
            margin: 0 auto;
            width: 90%;
            max-width: 620px;
            -ms-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 50px 50px 70px
        }

            .error-page-main:before {
                content: '';
                display: block;
                height: 7px;
                position: absolute;
                top: -7px;
                width: 100%;
                left: 0
            }

            .error-page-main h3 {
                font-size: 24px;
                font-weight: 400;
                border-bottom: 1px solid #d0d0d0
            }

                .error-page-main h3 strong {
                    font-size: 54px;
                    font-weight: 400;
                    margin-right: 20px
                }

            .error-page-main h4 {
                font-size: 16px;
                font-weight: 400;
                color: #333
            }

        .error-page-actions {
            font-size: 0;
            z-index: 100
        }

            .error-page-actions div {
                font-size: 14px;
                display: inline-block;
                padding: 30px 0 0 0;
                width: 100%;
                -ms-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                color: #838383
            }

            .error-page-actions ul {
                list-style: none;
                margin: 0 0 10px 0;
            }

            .error-page-actions li {
                list-style: none;
                line-height: 1.6
            }

            .error-page-actions:before {
                content: '';
                display: block;
                position: absolute;
                z-index: -1;
                bottom: 17px;
                left: 50px;
                width: 200px;
                height: 10px;
                -moz-box-shadow: 4px 5px 31px 11px #999;
                -webkit-box-shadow: 4px 5px 31px 11px #999;
                box-shadow: 4px 5px 31px 11px #999;
                -moz-transform: rotate(-4deg);
                -webkit-transform: rotate(-4deg);
                -ms-transform: rotate(-4deg);
                -o-transform: rotate(-4deg);
                transform: rotate(-4deg)
            }

            .error-page-actions:after {
                content: '';
                display: block;
                position: absolute;
                z-index: -1;
                bottom: 17px;
                right: 50px;
                width: 200px;
                height: 10px;
                -moz-box-shadow: 4px 5px 31px 11px #999;
                -webkit-box-shadow: 4px 5px 31px 11px #999;
                box-shadow: 4px 5px 31px 11px #999;
                -moz-transform: rotate(4deg);
                -webkit-transform: rotate(4deg);
                -ms-transform: rotate(4deg);
                -o-transform: rotate(4deg);
                transform: rotate(4deg)
            }
    </style>

</head>
<body>

    <div class="error-page">
        <div class="error-page-container">
            <div class="error-page-main">
                <h3>
                    <strong>404</strong>无法打开页面
                </h3>
                <div class="error-page-actions">
                    <div>
                        <ul>
                            <li>哎呀，你访问的页面不存在了，当然你可以“<a href="http://www.gzchalco.com.cn">返回首页</a>”浏览其他热门内容。</li>
                        </ul>
                        <h4>可能原因：</h4>

                        <ul>
                            <li>1、网络信号差</li>
                            <li>2、找不到请求的页面</li>
                            <li>3、输入的网址不正确</li>
                        </ul>

                    </div>
                </div>
            </div>
        </div>
    </div>

</body>
</html>